home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / alter1.dir / 00054_Script_54 < prev   
Text File  |  1994-11-28  |  340b  |  15 lines

  1. on enterFrame
  2.   global lcl,rcl,ucl,dcl,pnt
  3.   set lcl to [640, 641]
  4.   set rcl to [642,643]
  5.   set ucl to [638,639]
  6.   set dcl to [644,645]
  7.   set pnt to [646,647]
  8.   set the cursor of sprite 1 to ucl
  9.   set the cursor of sprite 2 to rcl
  10.   set the cursor of sprite 3 to lcl
  11.   set the cursor of sprite 10 to pnt
  12.   
  13. --  unLoadCast
  14. end
  15.